home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 300 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  500 b 

  1. From: Bjarne Pohlers <bjarne@GOEDEL.UNI-MUENSTER.DE>
  2. Subject: Re: Linking minixfs 
  3. Date: Tue, 08 Jun 93 13:34:53 +0200
  4.  
  5. |>% cgcc -G -o minix.xfs init.o minixfs.o minixdev.o io.o cache.o dir.o
  6. |>inode.o zone.o main.o trans.o misc.o bitmap.o check.o init.o
  7. |>tinyxhdi.o kludge.o hdio.o -lgnu16
  8. |>/data/sjg/gcc/lib/gnu16.olb(main.o): Undefined symbol "_main"
  9.  
  10. There should be the option -nostdlib . It prevents gcc from linking
  11. with the standard-startupcode and with the standard-libs.
  12.  
  13. Regards, Bjarne
  14.